home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Utilities / SetFileSize / SetFileSize.readme < prev    next >
Encoding:
Text File  |  2001-07-01  |  762 b   |  23 lines

  1. short: Truncate or expand a file
  2. type: disc/misc
  3. author: Thomas Igracki
  4. version: 1.0
  5. uploader: Thomas@Igracki.de
  6.  
  7. You can change the size of a file with this program.
  8. This can be very handy, if you use the SmartFileSystem, and can't delete files anymore
  9. from a partition formated with SFS (you get a "disc is full" error).
  10.  
  11. This is a known bug of the SFS (v1.84) with nearly full partitions.
  12.  
  13. You only have to change the size of any file on such a partition and voila
  14. you can delete files from it again!
  15.  
  16. For example: SetFileSize <sfs-part:filename> 10
  17.  
  18. This command reduces the filesize of the file to 10 bytes, after that you can
  19. delete this and any other file you want!
  20.  
  21. I have to thank here Neil Williams for the info that truncating files helps!
  22. THANK YOU!
  23.